ZIP_FILES Function
/documentation/pages/Ref/Api/Functions/System/File Functions/ZIP_FILES Function.xml
Zips up a CRLF delimited list of files. Wildcards in filenames are supported. For speed, files are combined into batches, and each batch is zipped at once.
a5_zip_files_w_fback Function
/documentation/pages/Ref/Api/Functions/System/File Functions/a5_zip_files_w_fback Function.xml
Used by Zip/Send/Backup Database. Creates a zip file based on an input list of files.
zip_folder Function
/documentation/pages/Ref/Api/Functions/System/File Functions/zip_folder Function.xml

Zips all of the files in a folder.

usps_city_from_zip Function
/documentation/pages/Ref/Api/Functions/Utility/Addressing and Tracking Functions/usps_city_from_zip Function.xml
Contacts the USPS web site and looks up the city for the specified 5 digit zip code.
usps_citystate_from_zip Function
/documentation/pages/Ref/Api/Functions/Utility/Addressing and Tracking Functions/usps_citystate_from_zip Function.xml
Contacts the USPS web site and looks up the city and state for the specified 5 digit zip code.
usps_state_from_zip Function
/documentation/pages/Ref/Api/Functions/Utility/Addressing and Tracking Functions/usps_state_from_zip Function.xml
Contacts the USPS web site and looks up the state for the specified 5 digit zip code.
UNZIP_FILES Function
/documentation/pages/Ref/Api/Functions/System/File Functions/UNZIP_FILES Function.xml
Unzips files in a zip file. This high level function is a wrapper around the low level file.unzip() method.
COPY_FILES Function
/documentation/pages/Ref/Api/Functions/System/File Functions/COPY_FILES Function.xml
Copy a list of files from one folder to another
TABLE.ZIP Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.ZIP Method.xml
Zip a table.
a5_load_aex_files Function
/documentation/pages/Ref/Api/Functions/System/File Functions/a5_load_aex_files Function.xml
Combines a crlf delimited list of .AEX files into a single .aex file. Then loads the resultant .aex file